Remove single quotation mark and replace "MS-ANSI" with global defined CET_CHARSET_MS...
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 26 Jan 2006 21:48:44 +0000 (21:48 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 26 Jan 2006 21:48:44 +0000 (21:48 +0000)
gpsbabel/garmin.c

index a809267d21eb058af9cf4210dcabf66cfd27c6d8..1e269960ac7fe41ec8689f4957389ea0c05e2e1f 100644 (file)
@@ -130,11 +130,10 @@ rw_init(const char *fname)
                                        snwhiteopt = "1";
                                        receiver_must_upper = 0;
                                        /* This might be 8859-1 */
-                                       receiver_charset = "MS-ANSI";
-"
+                                       receiver_charset = CET_CHARSET_MS_ANSI;
                                        break;
                                case 231: /* Quest */
-                                       receiver_charset = "MS-ANSI";
+                                       receiver_charset = CET_CHARSET_MS_ANSI;
                                        break;
                                default:
                                        break;